home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / driverss.zip / SUPPORT.DOC < prev    next >
Text File  |  1991-02-10  |  11KB  |  240 lines

  1. Support for the Packet Driver spec has come from the following organizations
  2. and people within those organizations.  Order of listing is more or less
  3. chronological.
  4.  
  5. John Romkey <romkey@asylum.sf.ca.usa>, who created the spec in the first place.
  6. James van Bokkelen <jbvb@vax.ftp.com>, who is maintaining the spec.
  7. Karl Auerbach <karl@trwind.trw.com>, who adapted MIT's PC/IP to use the packet
  8.     driver spec and wrote a packet driver for the TRW-2000.
  9. Phil Karn <karn@ka9q.bellcore.com>, who added a packet driver interface to
  10.     his code, and supplied C code for the 3c501 and SLIP8250 drivers.
  11. Bill Doster <Bill_Doster@um.cc.umich.edu>, who wrote a NI5010 driver in C for
  12.     Phil Karn's net.
  13. Russell Nelson <nelson@clutx.clarkson.edu>, who created the packet driver
  14.     skeleton and adapted several existing drivers to it.
  15. Bob Clements <clements@bbn.com>, who wrote the WD8003E and 3c503 drivers.
  16. Brad Clements <bkc@omnigate.clarkson.edu>, who adapted NCSA Telnet to use the
  17.     packet driver spec.
  18. (Bob and Brad are not related.)
  19. The Wollongong Group, in the person of Leo J. McLaughlin <ljm@twg.com>, which
  20.     has committed to supporting the spec.
  21. 3Com, in the person of Eric_Siegel@dsd.3mail.3com.com, has been helpful
  22.     in getting 3Com's documention to packet driver authors.
  23. Dan Lanciani <ddl@harvard.edu>, who wrote the 3c523 driver.
  24. Denis DeLaRoca <delaroca@denis.oac.ucla.edu>, who added hardware handshake
  25.     to the SLIP8250 driver.
  26. John Grover <JGROVER@maine.bitnet>, who optimized the SLIP8250 driver to
  27.     work at 38.4 Kbps.
  28. Rainer Toebbicke <RTB@CERNVM.bitnet> who wrote the BICC Isolan driver.
  29. Jan Engvald LDC <xjeldc@gemini.ldc.lu.se>, who improved the wd8003e driver,
  30.     and added MicroChannel support.
  31. Krishnan Gopalan <gkrishn@eng.clemson.edu> and
  32. Gregg Stefancik <wstef@eng.clemson.edu> of Clemson University Engineering
  33.     Computer Operations, who wrote the packet driver for the 3c505 card.
  34. Vance Morrison <morrison@acns.nwu.edu> added starlan support to the wd8003e
  35.     driver.
  36. Brian Fisher <fisherb@qucdn.queensu.ca>, who wrote an "Ethernet" packet driver
  37.     for the IBM Token Ring Adapter card.
  38. Eric Henderson <eric@dcsprod.byu.edu> of Brigham Young University, who wrote
  39.     a packet driver for Novell's NE1000 and NE2000.
  40. Joe Doupnik <jrd@cc.usu.edu> improved head.asm by adding some comments and
  41.     brought it further into line with the PDS, added promiscuous mode to
  42.     the wd8003e driver, and modified the PC/IP netwatch to use packet
  43.     drivers.
  44. David Horne <71271.1141@CompuServe.COM>, who wrote a packet driver for Novell's
  45.     NE2000.
  46. Michael Haberler <mah@wu-wien.ac.at>, who wrote an IP over NetBIOS packet
  47.     driver.
  48. Paul Kranenburg <rulcs!kranenbu@relay.eu.net>, who wrote an IP over IPX packet
  49.     driver.
  50. David E. Johnson <dave@tacky.cs.olemiss.edu>, who fixed the 3c505 driver.
  51. James A. Harvey <IJAH400@indyvax.iupui.edu>, who fixed the AT test in tail.asm
  52.     and the 3c503 lockup problem.
  53. Anto Prijosoesilo <anto@anto.acs.unt.edu>, who fixed a bug related to DMA in
  54.     the ni6510 driver.
  55. John Mann <johnm@vaxc.cc.monash.edu.au>, who submitted some code to delay the
  56.     etopen and convert between Novell's pseudo IEEE 802.3 packets and
  57.     Ethernet packets.
  58. Drew Daniel Perkins <ddp+@andrew.cmu.edu>, who designed and implemented
  59.     as_send_pkt (asynchronous send) for the wd8013ebt, and improved
  60.     pktsend in the process
  61. Katie Stevens <kstevens@ucdavis.edu>, who wrote a LocalTalk driver.
  62. Steven Wallace <wallaces@ucs.indiana.edu>, who added a hack for MS-Windows.
  63. Reinhard Strebler <RZ40@DKAUNI2.BITNET>, who hacked on termin, and slip8250.
  64. Martin Knoblauch <XBR2D96D@DDATHD21.BITNET>, who fixed ni5010 promiscuous mode.
  65. Tobias Reber <dok235@cvx12.inet.dkfz-heidelberg.de>, who fixed the 3c523.
  66. Gregory T Small <gts@violet.Berkeley.EDU>, who found a bug in the packet
  67.     interrupt verification.
  68. Dave Price <dapx@cs.aber.ac.uk> wrote a packet driver for the Mitel
  69.     Express ISDN card.
  70. Doug Smith <smithdg@clutx.clarkson.edu> ported the ni6510 driver to the
  71.     depca card.
  72. Don Provan <donp@xlnvax.novell.com> fixed a bug in the -n switch code.
  73. John Baird <J.Baird@tahi.lincoln.ac.nz> wrote some ipxpkt documentation.
  74. Sylvan Butler <sbutl@bert.cs.byu.edu> fixed two bugs in ubnicpc.
  75.  
  76. The following freely copyable software supports the packet driver
  77. spec.
  78.  
  79. The Packet Driver Specification, version 1.09
  80.  
  81.     vax.ftp.com:pub/packet-d.ascii
  82.     vax.ftp.com:pub/packet-d.mss
  83.  
  84. Clarkson's (Russ Nelson) collection of packet drivers.
  85.  
  86.     sun.soe.clarkson.edu:pub/packet-drivers/drivers.zip
  87.     sun.soe.clarkson.edu:pub/packet-drivers/driverss.zip
  88.  
  89. NCSA's Telnet.
  90.  
  91.     zaphod.ncsa.uiuc.edu (128.174.20.50).
  92.  
  93. Clarkson's (Brad Clements) version of NCSA Telnet.
  94.  
  95.     The current version of CUTCP (Clarkson's version of NCSA Telnet)
  96.     is available for FTP from
  97.     omnigate.clarkson.edu:pub/cutcp/2.2-C/tc.cutcp.zoo
  98.  
  99. Phil Karn's TCP/IP package (freely copyable only for radio amateurs and
  100.     educational institutions.  Others should contact him.)
  101.  
  102.     The latest version of NOS is always available for FTP from
  103.     thumper.bellcore.com:pub/ka9q/nos/src.zip
  104.  
  105. Dan Laniani's Harvard version of CMU's version of MIT's version of PC-IP.
  106.  
  107.     The source for PC-IP is available from
  108.     husc6.harvard.edu:/pub/pcip/pcip.tar.Z
  109.  
  110.     Executables compiled for the packet drivers are available from
  111.     the same sources as the packet drivers.  Look for pcippkt.arc.
  112.  
  113. BYU's packet driver IPX.COM.
  114.  
  115.     A copy is kept on sun.soe.clarkson.edu:/pub/novell/novell.exe
  116.  
  117. Vance Morrison's PCROUTE.
  118.  
  119.     There is a beta version of PCroute with packet driver support
  120.     available on accvuax.nwu.edu (129.105.49.1) in pub/pcroute/exp.
  121.     In this directory you will find two files 'packpack.exe' and
  122.     'packslip.exe'.   These files are compiled versions of pcroute
  123.     the first configured to be used with two packet drivers, and
  124.     the second configured for one packet driver and one slip line.
  125.  
  126.     In addition the pub/pcroute/exp directory is the standard PCroute
  127.     documentation modfied to include packet driver details, as well
  128.     as a file 'packet.txt' which is a sample installtion of the 
  129.     packpack.exe code.
  130.  
  131.     So if you have wanted to use PCroute, but didn't have WD8003E
  132.     cards here is your chance to try it out.  If you do try out the
  133.     code, please send me a note saying so (so I can know if anyone
  134.     really cares), and also send any comments/bugs of interest.
  135.     The code will not be nearly as speedy as the native driver, but
  136.     I am not sure how much (I estimate about 1/3 the speed).  Any 
  137.     comments/measurments on the speed would also be appreciated.
  138.  
  139.     At present the source for the additional code is not available 
  140.     because it is easer for me to wait until I have had some feedback
  141.     and then simply integrate it into the standard release.
  142.  
  143. Jan Engvald's PDCLKSET, a program to set the time on a PC.
  144.  
  145.     For MSDOS machines I suggest you try PDCLKSET, available by
  146.     anonymous FTP from
  147.     Pollux.lu.se:/pub/network/pdclkset/pdclk088.zip . It requires
  148.     a packet driver, is very small (7 kbyte) and fast (can be
  149.     included in  AUTOEXEC.BAT without noticeble delay). It knows
  150.     a lot about daylight saving algorithms all over the world,
  151.     but in the case of UK the implemented algorithm may not be
  152.     true every coming year, lacking an officially defined DLS
  153.     rule.
  154.  
  155. Joe Doupnik's version of MIT's NETWATCH.
  156.  
  157.     netlab.usu.edu, 129.123.1.11, in directory
  158.     [anonymous.netwatch]. It's a VMS machine so do cd [.netwatch]
  159.     with the brackets and the dot.
  160.  
  161. Stan's Own Server (NFS server).
  162.  
  163.     Available from same place as Clarkson collection of packet drivers.
  164.     Look for pcip_sos.arc (source changes to pcip), and sos_pkt.exe
  165.     (pcip_sos compiled for packet drivers).
  166.  
  167. PC-NFS drivers.
  168.  
  169.     Available from same place as Clarkson collection of packet drivers.
  170.     Look for compat.tar.Z, or compat.zip (identical contents, different
  171.     archiver).  Note that you need to purchase PC-NFS from Sun in order
  172.     to use this package.
  173.  
  174. FTP Software's packet-driver-over-NDIS simulator.
  175.  
  176.     FTP Software has created a program that uses an NDIS driver
  177.     to emulate a packet driver.  It is freely copyable, and
  178.     located on VAX.FTP.COM, in the directory pub/packet.driver/NDIS.
  179.  
  180. University of Minnesota's POPmail POP2 client.
  181.  
  182.     POPmail is a POP2 client that will let you read your mail stored
  183.     on a machine running a POP2 server.  Fetch
  184.     boombox.micro.umn.edu:/pub/POPmail/msdos/version.2.0/00README
  185.     to decide which files to get.
  186.  
  187. Bob Crosson's SNMP monitor.
  188.  
  189.     In the anonymous FTP directory on host enh.nist.gov (129.6.16.1) are
  190.     two files in compressed tar format.  This is a VAX running VMS so
  191.     the file names may look a little strange.  The file snmplib.tar_z
  192.     contains the libraries, executables, and minimal documentation.  The
  193.     file snmpsrc.tar_z contains all sources (both the main program and
  194.     the libraries) and all available documentation.
  195.  
  196. Mississippi State University's LPD, FTP, and BOOTP servers
  197.  
  198.     A beta test version of a freeware LPD for MSDOS can be found
  199.     in the ftp-archive at tacky.cs.olemiss.edu in directory
  200.     pub/lpd. It uses some version of Clarkson or NCSA libraries
  201.     and workes quite well in some first tests here. Besides the
  202.     LPD part there is also a FTP and a BOOTP server included,
  203.     which we also find very useful.
  204.  
  205. The following commercial software supports the packet driver
  206. spec.
  207.  
  208.     FTP Software's PC/TCP.
  209.     Sun Microsystem's PC-NFS (unofficially).
  210.     The Wollongong Group's WIN/TCP (and friends).
  211.     Gateway Communications Inc's packet driver.
  212.     D-Link Systems Inc.'s D-Link Ethernet card packet driver.
  213.     Beame and Whiteside's BWNFS and BWKTEL (NFS and TELNET packages)
  214.     MD-DOS/IP (available from Wiscware, wiscware@wiscmacc.bitnet)
  215.     Cabletron supplies a packet driver with their Ethernet cards.
  216.     Intel supplies a packet driver with their Ethernet cards.
  217.  
  218. The following companies have donated Ethernet cards to Clarkson University.
  219.  
  220.     Racal Interlan donated four NI6510s.
  221.     AT&T's Bell Labs donated two Starlan 10BaseT cards, an AUI, and
  222.         a coax adapter.
  223.     3Com donated a 3c501, two 3c503's, two 3c505's, a 3c523, and two
  224.         EtherLink 16 cards.
  225.     HP donated an Ethertwist (10BaseT) Hub, two 8-bit ISA
  226.         Ethertwist cards, two 16-bit ISA Ethertwist cards,
  227.         two MCA Ethertwist cards and two ISA Thinwire cards.
  228.     D-Link donated a D-Link pocket lan adapter, a 8-bit card,
  229.         and a 16-bit card.
  230.     Digital Equipment donated a DEPCA card.
  231.     Cabletron donated a 10BaseT card.
  232.     MultiTech Systems donated two EN-series cards.
  233.     Western Digital donated a WD8003E, and a wd8013EP.
  234.  
  235. Clarkson is an independent, coeducational university located in northern
  236. New York, midway between the Adirondack Mountains and the St. Lawrence River.
  237. The University has 3,600 undergraduate and graduate students enrolled in
  238. programs in its Schools of Engineering, Management, and Science as well as in
  239. its Industrial Distribution Program and its Faculty of Liberal Studies.
  240.